<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / ValueSet<T> Class / ToArray Method

In This Topic
    ToArray Method (ValueSet<T>)
    In This Topic
    Creates an array from this collection.
    Syntax
    'Declaration
     
    Public Function ToArray() As T()
    public T[] ToArray()

    Return Value

    An array that contains the objects in this collection.
    See Also